- free
dvb_desc_ext_free_func free;
Undocumented in source.
- init
dvb_desc_ext_init_func init;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- print
dvb_desc_ext_print_func print;
Undocumented in source.
- size
ssize_t size;
Undocumented in source.
@struct dvb_ext_descriptor @ingroup descriptors @brief Structure that describes the parser functions for the extended descriptors. Works on a similar way as struct dvb_descriptor.
@param name name of the descriptor @param init init dvb_desc_ext_init_func pointer @param print print dvb_desc_ext_print_func pointer @param free free dvb_desc_ext_free_func pointer @param size size of the descriptor